<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



.banner{
	width: 100%;
	height: 499px;
	/*background: black;*/

	/*å­ç»å¯¹å®šä½ çˆ¶ç›¸å¯¹å®šä½*/
	position: relative;

	/*è¶…å‡ºéƒ¨åˆ†å…¨éƒ¨éšè—ï¼Œè§£å†³æ¨ªå‘æ»šåŠ¨æ¡*/
	overflow: hidden;
}

.banner ul{
	position: absolute;
}

.banner ul li{
	/*è¿™ä¸ª100%æ˜¯ç›¸å¯¹äºŽçˆ¶ç›’å­çš„ï¼ˆä¼šæŠŠçˆ¶ç›’å­çš„å®½åº¦ç»§æ‰¿è¿‡æ¥,å¦‚çˆ¶ç›’å­300%,è¿™è¿™é‡Œçš„100%å°±ä¼šç›¸å½“äºŽ300%ï¼‰*/
	width: 100%;

	/*height: 560px;*/
	height: 100%;

	float: left;
	background:  no-repeat center center;
	overflow:hidden;
}





/*.banner ul li:nth-child(1){*/
	/*background: url('./1.jpg') no-repeat center center;*/
/*}*/
/*.banner ul li:nth-child(2){*/
	/*background: url('./2.jpg') no-repeat center center;*/
/*}*/
/*.banner ul li:nth-child(3){*/
	/*background: url('./3.jpg') no-repeat center center;*/
/*}*/

.banner ol{
	/*width: 60px;*/
	height: 20px;
	/*background: rgba(0,0,0,0.5);*/
	position: absolute;
	left:50%;
	margin-left: -28.5px;
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}

.banner ol li{
	width: 9px;
	height: 9px;
	line-height: 23px;
	float: left;
	margin: 5px 5px;
	/*background: rgba(255,255,255,0.5);*/
	background: #ffffff;
	cursor: pointer;
	/*border:1px solid #80461e;*/
	color:#7e4129;
	text-align:center;
	border-radius:4.5px;
}

.banner ol .current{
	/*background: rgba(255,255,255,1);*/
	background: #ffff00;
	/*border:1px solid #b85300;*/
	color:#ffffff;
}

.banner i{
	/*width: 49px;
	height: 120px;*/
    width:49px;
	height:92px;
	position: absolute;
	top: 50%;
	margin-top: -46px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}

.banner .left{
	left: 55px;
	background: url('../../images/img_8.png') no-repeat 0px 0px;
	/*background-color: rgba(0, 0, 0, 0.31);*/
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}

.banner .right{
	right: 55px;
	background: url('../../images/img_9.png') no-repeat 0px 0px;
	/*background-color: rgba(0, 0, 0, 0.31);*/
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.banner .left:hover , .banner .right:hover{
	background-color: rgba(0, 0, 0, 0.31);
}



/* ------------------------------ */
.banner ul li img{
   /* width:100%;*/
}</pre></body></html>